#!/usr/bin/env bash
{ set +x; } 2>/dev/null

https_url="https://gitlab.com/owner/repo.git"

git-url-fullname "$https_url"
